home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / wsc4vb24 / selfglob.bas < prev    next >
Encoding:
BASIC Source File  |  1997-10-30  |  227 b   |  7 lines

  1. ' Global Variables
  2. Option Explicit
  3. Global RunNumber As Integer     'run number
  4. Global The1stPort As Integer    'first COM port
  5. Global The2ndPort As Integer    'second COM port
  6. Global TestString As String     'test string
  7.